-- Controls item selection in self-check evaluations
get the clickloc
put item 2 of it into theMouseY
return ((themouseY - item 2 of the rect of the target-4) div the textheight of the target) + 1
end clickLine
-- End Stack Script ————————————————————————————————————————————————